Extract a Slicer / Parameter's members
{ getParameterElements }
Enumerates and returns the members/elements contained in a Formulation parameter - useful for building slicer lists outside of the application.
Method
Input Parameters
Name
parameterId
Type
string
Description
The parameter's system ID
Output Response
Successful Result Code
200
Response Type
Description of Response Type
successful operation
Notes
To use this function, create custom 'Lists' and 'Parameters' in the application. The resultset can then be used to drive external applications like filtering embedded content. The parameter's ID comes from the content manager inside the main client application.
Examples
Running Queries and Slicers programmatically (JavaScript):
This example demonstrates how to run queries and slicers (parameters) programmatically to extract results.
The example uses API authentication driven from JavaScript. See Authentication APIs for alternatives.